home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC 1.37.1r15 Min / Tests / td.c < prev    next >
Encoding:
Text File  |  1993-03-12  |  202 b   |  8 lines  |  [TEXT/MPS ]

  1. pascal long bar() extern;  /* this extern causes the rest of the code to look bad */
  2.  
  3. typedef int u_size;
  4. typedef void *Handle;
  5. typedef int Boolean;
  6.  
  7. typedef u_size                        (*zvr1Ptr) (Handle, Boolean *);
  8.